body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333;	

}


#contenedorPrincipal{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#contenedorPrincipal2{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #CCC; 
}

#contenedorInterior{
	width: 732px;
	float: left;
	height: auto;
}

#contenedorMenuHPM {
	float: left;
	width: 220px;
	margin-right:8px;
	display: inline;
}


a:link {
	font-size: 11px; 
	text-decoration: none; 
	color: #333; 
}

a:visited {
	font-size: 11px; 
	text-decoration: none; 
	color: #333; 

}

a:active {
	font-size: 11px; 
	text-decoration: none; 
	color: #333;
}

a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #99cc00;
}

.linkSubrayado {
	text-decoration:underline
}

.linkSubrayado a {
	text-decoration:underline
}

.linkSubrayado10 {
	font-size:10px;
	text-decoration:underline
}

.linkSubrayado10 a {
	font-size:10px;
	text-decoration:underline
}

.linkSubrayado10G {
	font-size:10px;
	color:#999;
	text-decoration:underline
}

.linkSubrayado10G a {
	font-size:10px;
	color:#99cc00;
	text-decoration:underline
}
.linkSubrayado10G a:hover {
	font-size:10px;
	color:#99cc00;
	text-decoration:underline
}


input {
	font-size:11px;
	/*padding:4px 5px 2px 5px;
	float: left;*/
	height: 16px;
}

/* Template */

#contenedorInteriorTMP{
	width: 692px;
	float: left;
	height: auto;
	padding: 20px;
}
#contenedorInterior2TMP{
	width: 918px;
	float: left;
	height: auto;
	padding:20px;
	border: 1px solid #CCCCCC;
}
#contenedorInterior3TMP{
	width: 958px;
	float: left;
	height: auto;
	border: 1px solid #CCCCCC;
}
#contenedorInterior2{
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	width: 690px;
	float: left;
	height: auto;
	margin-left:8px;
	padding:20px;
	border: 1px solid #CCCCCC;  
}
/*#headerTemplate{
	border-bottom:1px solid #ECECEC;
	width:692px;
	margin-bottom:8px;
	padding-bottom:8px;
}*/
#headerTemplate2{
	border-bottom:1px solid #ECECEC;
	width:918px;
	margin-bottom:8px;
	padding-bottom:8px;
}
.tituloTemplate{
	font-size:24px;
	font-weight:bold;
	margin-bottom:8px;
}
.subtituloTemplate{
	font-weight:bold;
	color:#999999;
	margin-bottom:8px;
}
#contenidoHtml{
	width:692px;
}
#contenidoHtml2{
	width:918px;
}
#contenidoHtml3{
	width:958px;
}

.editarDespacho1{
	margin-left: 530px;
}
.editarDespacho5{
	margin-left: 530px;
}
/* Fin estilos Template */

.displayBlock {
	display : block !important;
}
.displayNone {
	display : none !important;
}

